JMCloseSession
Ends a Java runtime session and removes the allocatedJMSessionRef
object.
OSStatus JMCloseSession (JMSessionRef session);
session
- The session to be removed.
DISCUSSION
A successful call toJMCloseSession
also frees any resources allocated by JManager. However, any resources that you explicitly allocated on behalf of JManager (such as AWT contexts or applets) must be explicitly removed before callingJMCloseSession
.SEE ALSO
TheJMOpenSession
function.